home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / x_valin.swf / scripts / DefineButton2_141 / BUTTONCONDACTION on(press)_3.as < prev    next >
Encoding:
Text File  |  2007-10-01  |  87 b   |  7 lines

  1. on(press){
  2.    if(_root.soundbut.audioon == 0)
  3.    {
  4.       stopAllSounds();
  5.    }
  6. }
  7.